home *** CD-ROM | disk | FTP | other *** search
- echo "installing meshugena terminal program"
- if not exists FONTS:f80
- echo "creating FONTS:f80 directory"
- makedir FONTS:f80
- endif
- if not exists FONTS:fld80
- echo "creating FONTS:fld80 directory"
- makedir FONTS:fld80
- endif
- if not exists FONTS:f132
- echo "creating FONTS:f132 directory"
- makedir FONTS:f132
- endif
- if not exists FONTS:fld132
- echo "creating FONTS:fld132 directory"
- makedir FONTS:fld132
- endif
- echo "installing f80 font"
- copy f1 FONTS:f80.font
- if not error
- delete f1
- endif
- copy f2 FONTS:f80/8
- if not error
- delete f2
- endif
- echo "installing fld80 font"
- copy f3 FONTS:fld80.font
- if not error
- delete f3
- endif
- copy f4 FONTS:fld80/8
- if not error
- delete f4
- endif
- echo "installing f132 font"
- copy f5 FONTS:f132.font
- if not error
- delete f5
- endif
- copy f6 FONTS:f132/8
- if not error
- delete f6
- endif
- echo "installing fld132 font"
- copy f7 FONTS:fld132.font
- if not error
- delete f7
- endif
- copy f8 FONTS:fld132/8
- if not error
- delete f8
- endif
- echo "renaming files"
- rename mesh.doc meshugena.doc
- rename mesh meshugena
- rename ts terminal_setup
-